.header-box{
    background: rgba(0,97,167,.5) !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.header-box .container{
    padding: 0 40px;
}
.header-logo-box a{
    display: block;
}
.header-logo-box img{
    width: 33%;
    display: block;
}
.column-box{
    display: block;
}
.column-box ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: right;
    margin-bottom: 0;
    padding-left: 0;
    height: 100%;
}
.column-box ul .column-li{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.column-box ul .column-li:hover{
    border-bottom: 4px solid #EE7700;
}
.column-box ul li:hover .column-a{
    margin-top: 4px;
}
.column-box ul li a{
    text-decoration: none;
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.column-box ul li:last-child{
    font-family: SourceHanSansCN-Medium;
    font-size: 25px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
}
.column-box ul li.tel{
    margin-left: 30px;
}
.column-box ul li:last-child img{
    margin-right: 9px;
}
.second-level-box{
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.second-level{
    list-style: none;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: unset !important;
    padding-left: 0;
}
.second-level li{
    display: flex;
    width: 20%;
}
.second-level li div a:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #374667;
}
.second-level li div a{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #374667;
    margin: 4% 0;
}
.second-level li:hover{
    background-color: #F7F7F7;
}
.header-column-color:hover{
    color: #EE7700 !important;
}
.second-level li div{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}
.second-level li img{
    width: 140px;
}
.second-level li:last-child{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 17px !important;
    letter-spacing: 0px !important;
    color: #374667 !important;
    align-items: unset !important;
}
.second-level li:last-child img{
    margin-right: 0 !important;
}
.column-box ul li:nth-child(1):hover .second-level-box{
    display: block;
}
.mb-column-boxs{
    display: none;
}
.mb-column-box{
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}
.mb-column-box img:nth-child(1){
    width: 50px;
}
.mb-column-box img:nth-child(2){
    width: 70px;
    display: none;
}
.mb-column{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    display: none;
}
.mb-column li{
    list-style: none;
    margin: 30px 0;
}
.mb-column li a{
    text-decoration: none;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    color: #374667; 
}
.mb-column-ul li:nth-child(1) a{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32px;
}
.mb-second-level,.mb-second-level1{
    display: none;
}
#rightArrow{
    width: 20px;
}
.mb-second-level li,.mb-second-level1 li{
    list-style: disc;
}
.mb-column-ul li:last-child a{
    display: flex;
    justify-content: space-between;
    padding-right: 32px;
}
#rightArrow1{
    width: 20px;
    display: block;
}
.column-box ul .column-li:nth-last-child(2){
    position: relative;
}
.column-box ul .column-li:nth-last-child(2):hover .about-column{
    display: block !important;
}
.about-column{
    position: absolute;
    top: 103%;
    left: 0;
    width: 100%;
    height: auto !important;
    background-color: white;
    display: none !important;
}
.about-column div{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.about-column div li{
    text-align: center;
    padding: 11px 0;
}
.about-column div li:hover{
    background: #F7F7F7;
}
.about-column div li:hover a{
    color: #EE7700;
}
.about-column div li:last-child{
    display: unset;
    text-align: center;
}
.about-column div li a{
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #374667;
}
.actives{
    border-bottom: 4px solid #EE7700;
}
.actives .column-a{
    margin-top: 3px !important;
}
.active1{
    color: #EE7700 !important;
}
@media (max-width: 1200px){
    .column-box ul li:last-child{
        font-size: 20px;
    }
}
@media (max-width: 1000px){
    .column-box{
        display: none;
    }
    .mb-column-boxs{
        display: block;
        width: 50%;
    }
    .header-logo-box{
        width: 50%;
    }
    .header-logo-box img{
        width: 80%;
    }
}
@media (max-width: 580px){
    .mb-column-box img:nth-child(1){
        width: 40px;
    }
    .mb-column-box img:nth-child(2){
        width: 55px;
    }
    .header-logo-box img{
        width: 40%;
    }
    /*.header-box{*/
    /*    padding: 2% 0;*/
    /*}*/
}

.m-mzw-banner-a1{
    position: relative;
    padding: 0;
}
.m-mzw-banner-a1 .pic{
    overflow: hidden;
}
.m-mzw-banner-a1 .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.m-mzw-banner-a1.style2 p{
    padding: 0;
    position: absolute;
    left: 19%;
    top: 58%;
    /*transform: translateY(-50%);*/
    margin-bottom: 0;
}

.mzw-pc{
    display: flex;
}
.mzw-pc2{
    display: block;
}
.mzw-pe,
.mzw-pe2{
    display: none;
}
@media (max-width: 950px){
    .m-mzw-banner-a1.style2 p{
        left: 0;
        top: 40%;
    }
    .mzw-pc,
    .mzw-pc2{
        display: none;
    }
    .mzw-pe{
        display: flex;
    }
    .mzw-pe2{
        display: block;
    }
    .header-box .container{
        padding: 0 20px;
    }
}